Reads the value of an array item into a floating-point number.
Class
TCustomIBCArray
Syntax
function GetItemAsFloat(const Indices: array of integer): double;
Parameters
Indices
Holds an array of element indexes in the array (if the array is one-dimensional, there is only one index).
Return Value
the value of an array item as a floating-point number.
Remarks
Call the GetItemAsFloat method to read the value of an array item into a floating-point number.
See Also